home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / rtnags12.zip / Q&A.TXT < prev    next >
Text File  |  1992-12-31  |  3KB  |  55 lines

  1. Common questions regarding Race The Nags, and their answers:
  2.  
  3. QUESTION: Why do I get an error message indicating that the NAGSTATS.WON
  4.           file cannot be opened? My machine starts to run the game, but
  5.           halts with this message.
  6. ANSWER:   Race The Nags is not being allowed to open all of the files it
  7.           needs to run properly. There are a couple of possible reasons for
  8.           this.
  9.  
  10.           First, if you're running off a floppy disk, make sure the
  11.           disk does not have a write protect tab on it. This is usually
  12.           detected early in the startup of the game, and notice given. If you
  13.           apply a write protect tab after the game is running, the error
  14.           message may appear later during play.
  15.  
  16.           Second, your CONFIG.SYS file may not specify the number of files
  17.           and buffers that can be opened, or you may not have a CONFIG.SYS
  18.           file at all. One of the things this file commonly does is to 
  19.           tell DOS how many disk files may be opened at a time. If you have
  20.           a CONFIG.SYS file (usually in the ROOT directory), make sure it
  21.           has these two lines in it:
  22.  
  23.                                FILES=20
  24.                                BUFFERS=20
  25.  
  26.           The number 20 is the least acceptable number. More than 20 is
  27.           okay too.
  28.  
  29.           If you don't have a CONFIG.SYS file, don't know if you do or not,
  30.           or don't know how to edit it, refer to your DOS manual or enlist
  31.           the help of someone more knowledgeable about PC compatible
  32.           computers. Making these changes to your CONFIG.SYS file may also
  33.           allow programs that would not previously run on your computer to
  34.           work.
  35.  
  36. QUESTION: I have an EGA card in my computer, yet Race The Nags tells me it
  37.           can't detect it and refuses to run. Why?
  38. ANSWER:   Some older EGA cards do not report their existence properly. If
  39.           you're SURE you have an EGA card, you can try forcing the game
  40.           into EGA mode. To do this, start the game with this command:
  41.  
  42.                                 NAGS -e
  43.  
  44.           The -e tells the game that it must try to run regardless of what
  45.           kind of video card was detected. Note that forcing EGA mode on
  46.           computers that cannot run in EGA mode may "hang" the computer,
  47.           making a reboot necessary. The -e can be included along with any
  48.           other startup commands you wish (refer to the NAGS manual for
  49.           more information on them).
  50.  
  51.           If the game still won't run, it's not compatible with your video
  52.           card. You may need to reboot your computer if forcing EGA mode
  53.           won't work. In addition, some real old EGA cards only had enough
  54.           memory to store one screen of data. On these old timers, BOSS MODE
  55.           won't work since it uses the second page of video memory.